CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - sparse matrix

搜索资源列表

  1. SPARSKIT2.tar.gz

    2下载:
  2. 这是Yousef Saad编写的矩阵运算的Fortran软件包(A basic tool-kit for sparse matrix computations (Version 2),包含常见的排序,预处理(ILU分解等),Krylov子空间迭代法,以及有限差分等方法得到的算例等。有不少很实用的子程序(比如稀疏矩阵相加、相乘等等,可以学习专家的设计哟!)。极力向学习大型线性方程组数值解的人推荐(不足之处就是Fortran实现,本人觉得还是C语言好)。,Yousef Saad This is pr
  3. 所属分类:Algorithm

    • 发布日期:2015-08-09
    • 文件大小:1157376
    • 提供者:张德柱
  1. Matrix

    0下载:
  2. 实现稀疏矩阵的各种运算操作,包括加法,减法,乘法,转置,求逆矩阵-Sparse matrix operations to achieve a variety of operations including addition, subtraction, multiplication, transpose, inverse matrix
  3. 所属分类:Console

    • 发布日期:2017-04-02
    • 文件大小:171491
    • 提供者:chaser tang
  1. ICCG

    0下载:
  2. 稀疏非对称矩阵的ICCG法FORTRAN源程序-Sparse non-symmetric matrix of the ICCG method FORTRAN source code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:22154
    • 提供者:
  1. LDL-2.0.1.tar

    1下载:
  2. 对基于稀疏矩阵存储技术的对称正定稀疏矩阵进行LDL分解,C++编写-LDL is a set of concise routines for factorizing symmetric positive-definite sparse matrices, with some applicability to symmetric indefinite matrices. Its primary purpose is to illustrate much of the basic theory of
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:225831
    • 提供者:aaq
  1. generate_H

    1下载:
  2. dmb-th标准中关于LDPC中稀疏矩阵及校验矩阵的源代码,附有校验矩阵-dmb-th standard in on the LDPC check matrix sparse matrix and the source code, with parity matrix
  3. 所属分类:Windows Develop

    • 发布日期:2015-05-26
    • 文件大小:2751
    • 提供者:luyuan
  1. matrix

    0下载:
  2. 实现一个稀疏矩阵运算器。以“带行逻辑链接信息”的三元组表作为稀疏矩阵的存储结构,实现两个矩阵相加、相减、相乘运算,运算结果要求以阵列形式输出。-The realization of a sparse matrix calculator. To line with the logic of the link information as the three groups, sparse matrix storage structure, the realization of two matri
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:9874
    • 提供者:hello
  1. Format_Linked-List

    0下载:
  2. Format Linked List for sparse Matrix
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:4348
    • 提供者:koleanu
  1. sparse

    0下载:
  2. sparce matrix implementataion
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:727
    • 提供者:ashu
  1. matrix

    0下载:
  2. 实现系数矩阵的转置。程序的母的主要是学习稀疏矩阵的存储和实现-The realization of the transpose matrix. Procedures for the parent to learn the sparse matrix storage and to achieve
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1364
    • 提供者:gahn
  1. matrix

    0下载:
  2. 有关数据结构稀疏矩阵的一个编程,写得不好请见谅-Sparse matrix of the data structure of a program, not well written, please forgive me
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:2971
    • 提供者:Jeeson
  1. 5[1][1].4

    0下载:
  2. 两个稀疏矩阵的三元组a,b输出,转置,相加及相乘-Two sparse matrix triple a, b output, transpose, add and multiply
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:703
    • 提供者:夏馨
  1. matrix

    0下载:
  2. 用C语言写的在三元组表上实现两个稀疏矩阵求和运算-Written in C language used in the three groups, to achieve the sum of two sparse matrix computation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:718
    • 提供者:王鼎
  1. Txcgf

    0下载:
  2. 该代码是描述稀疏矩阵的十字链表的表示方法-Cross linked list sparse matrix representation
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:913
    • 提供者:Hzt
  1. LMaFit-b2

    1下载:
  2. 递秩矩阵拟合,Matrix Completion ,Sparse Matrix Separation ,Matrix Compressive Sensing -Low-rank Matrix Fitting
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:19068
    • 提供者:袁鑫
  1. matrix

    0下载:
  2. 求任意稀疏矩阵的转置矩,并按要求完整输出。-Seeking an arbitrary sparse matrix transpose, as required, the output moments
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:771
    • 提供者:安静
  1. matrix

    0下载:
  2. 稀疏矩阵运算器,实现矩阵的加法,减法,乘法,里面有详细的代码-Sparse matrix arithmetic unit to achieve the matrix addition, subtraction, multiplication, which detailed the code
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:6559
    • 提供者:陈跃飞
  1. sparse

    0下载:
  2. 稀疏矩阵的数据结构-Sparse matrix data structure ~~~~~~~~~~~~~~~
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1503
    • 提供者:yx
  1. vector_matrix_multiplication

    0下载:
  2. 稀疏矩阵与向量相乘 算法 C语言 并行计算-Sparse matrix and vector multiplication
  3. 所属分类:MPI

    • 发布日期:2017-04-10
    • 文件大小:1446
    • 提供者:qq
  1. SPARSKIT2

    0下载:
  2. 耶鲁大学开发的大型稀疏方程组计算程序 -A solver of large sparse matrix developed by yela
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1126782
    • 提供者:赵志斌
  1. Matrix

    0下载:
  2. C语言实现的几种特殊矩阵的压缩存储,包含上三角矩阵,下三角矩阵,条形矩阵,稀疏矩阵等的要所存储!-C language implementation of several specific matrix compression and storage, including the upper triangular matrix, lower triangular matrix, linear matrix, sparse matrix, etc. to the store!
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:4231
    • 提供者:季义钦
« 1 2 34 5 6 7 8 9 10 ... 38 »
搜珍网 www.dssz.com